home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
gnu
/
gnulib
/
dkbtrace
/
os2.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-07-18
|
366 b
|
31 lines
#include <math.h>
#include "config.h"
void unix_init_dkb_trace PARAMS ((void))
{
}
int matherr (x)
struct exception *x;
{
}
void display_finished ()
{
}
void display_init ()
{
}
void display_close ()
{
}
void display_plot (x, y, Red, Green, Blue)
int x, y;
char Red, Green, Blue;
{
}